home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url95.dir
/
00062_Script_62
< prev
Wrap
Text File
|
1996-10-10
|
386b
|
14 lines
on exitFrame
global TheWeb, WebError
--
-- this handler is on a frame that occurs just after the
-- Web has been launched succesfully. It creates a delay
-- while the Browser starts up. Once the browser has started,
-- the call to TheWeb(mIsBrowserRunning) will return TRUE.
if TheWeb(mIsBrowserRunning) = 0 then
go frame the frame
end if
end